home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
FileBrowser
/
Controller.h
next >
Wrap
Text File
|
1992-12-19
|
384b
|
29 lines
#import <objc/Object.h>
#import <appkit/appkit.h>
#import <libc.h>
#import <sys/dir.h>
#import <sys/stat.h>
#import <sys/types.h>
#import <strings.h>
@interface Controller:Object
{
id curTextView;
id selTextView;
id browserView;
}
- init;
- appDidInit:sender;
- changeFile:sender;
- selectFile:sender;
- (int)browser:sender fillMatrix:matrix inColumn:(int)column;
@end